home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter04 / texture.S3D < prev    next >
Text File  |  2000-09-01  |  2KB  |  59 lines

  1. Background {
  2.    color 0 0 0
  3. }
  4. DEF Box01 Transform {
  5.    translation 0 0 0
  6.    children [
  7.       Shape {
  8.          appearance [
  9.             MultiAppearance {
  10.                material Material {
  11.                   diffuseColor 0.5373 0.1961 0.1961
  12.                   specularColor 0.045 0.045 0.045
  13.                   shininess 0.25
  14.                   transparency 0
  15.                }
  16.                diffuseMap DiffuseMap {
  17.                   texture ImageTexture {
  18.                      url "Yellobrk.JPG"
  19.                   }
  20.                }
  21.             }
  22.          ]
  23.          geometry MultiMesh {
  24.             coord DEF Box01-COORD Coordinate {
  25.                point [
  26.                   -50 0 50 50 0 50 -50 0 -50
  27.                    50 0 -50 -50 100 50 50 100 50
  28.                    -50 100 -50 50 100 -50
  29.                ]
  30.             }
  31.             coordIndex [
  32.                0 2 3 -1 3 1 0 -1 4 5 7 -1 7 6 4 -1
  33.                0 1 5 -1 5 4 0 -1 1 3 7 -1 7 5 1 -1
  34.                3 2 6 -1 6 7 3 -1 2 0 4 -1 4 6 2 -1
  35.             ]
  36.             smoothingIndex [
  37.                2 -1 2 -1 3 -1 3 -1 4 -1 4 -1
  38.                5 -1 5 -1 6 -1 6 -1 7 -1 7 -1
  39.             ]
  40.             appearanceIndex [
  41.                1 1 0 0 4 4 3 3 5 5 2 2
  42.             ]
  43.             textureMappings [
  44.                TextureMapping {
  45.                   texCoord TextureCoordinate {
  46.                      point [
  47.                         0.0004995 0.0004995 0.9995 0.0004995
  48.                         0.0004998 0.0004995 0.9995 0.0004995
  49.                         0.0004995 0.9995    0.9995 0.9995
  50.                         0.0004998 0.9995 0.9995 0.9995
  51.                      ]
  52.                   }
  53.                }
  54.             ]
  55.          }
  56.       }
  57.    ]
  58. }
  59.